home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
towerblaster.swf
/
scripts
/
DefineButton2_310
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-12
|
297 b
|
14 lines
on(release){
n = 5;
temp1 = tempValue;
temp2 = eval("_root.pB" + n + ".rValue");
set("_root.pB" + n + ".rValue",temp1);
eval("_root.pB" + n).gotoAndStop(tempValue);
discardB.rValue = temp2;
if(pick == 2)
{
chanceB.rValue = "?";
}
gotoAndPlay(9);
}